static-delta-core.c: squash unused var warning
authorJonathan Lebon <jlebon@redhat.com>
Mon, 4 Jul 2016 16:49:49 +0000 (12:49 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Tue, 5 Jul 2016 00:34:33 +0000 (00:34 +0000)
Closes: #379
Approved by: cgwalters

src/libostree/ostree-repo-static-delta-core.c

index b730c40fd6c6254446c0720491101ff26f1ea647..68c45055ba80eb15bde112d1eda51bd1819ae921 100644 (file)
@@ -826,7 +826,6 @@ _ostree_repo_static_delta_query_exists (OstreeRepo                    *self,
                                         GCancellable                  *cancellable,
                                         GError                      **error)
 {
-  gboolean ret = FALSE;
   g_autofree char *from = NULL; 
   g_autofree char *to = NULL;
   g_autofree char *superblock_path = NULL;